home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10029_admTextNotFound < prev    next >
Text File  |  2004-01-30  |  313b  |  14 lines

  1. dialog( name: '$$$/Dialogs/TextNotFound' )
  2. {
  3.     group()
  4.     {
  5.         view( align_children: align_center )
  6.         {
  7.             static_text(item_id: 'msg1', width: max_char_width() * 16);
  8.             static_text(item_id: 'yawn', width: max_char_width() * 16);
  9.             static_text(item_id: 'msg2', width: max_char_width() * 16);
  10.         }
  11.         ok_cancel();
  12.     }
  13. }
  14.